home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / ANSI.H < prev    next >
Text File  |  1997-05-22  |  171b  |  10 lines

  1. int AnsiGetc(void);
  2. int AnsiPutc(char);
  3. int AnsiPuts(LPSTR);
  4. void AnsiDebug(int);
  5.  
  6. void AnsiUp(int);
  7. void AnsiDown(int);
  8. void AnsiRight(int);
  9. void AnsiLeft(int);
  10.